GtkModelMenuItem: set initial accessible role
authorMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 04:15:40 +0000 (23:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 5 Jan 2014 04:15:40 +0000 (23:15 -0500)
commitb4d9ea18781c8cee9597872acf2ff13f087f73d3
tree0a71dd317f841185e7d3e08eb3cb29d3e73b4526
parent01ad01a801fb2e03536633d8d735d51e0c70fb4b
GtkModelMenuItem: set initial accessible role

The initial state of GtkModelMenuItem is that of a normal menu
item, but the accessible we are using, GtkCheckMenuItemAccessible,
starts out with a role of 'check menu item'. Fix that up by
explicitly setting the initial accessible role.
gtk/gtkmodelmenuitem.c